home *** CD-ROM | disk | FTP | other *** search
-
- /* sysmodule.c */
- static object *sys_exit ( object *self , object *args );
- static object *sys_settrace ( object *self , object *args );
- static object *sys_setprofile ( object *self , object *args );
- static object *sys_setcheckinterval ( object *self , object *args );
- static object *sys_getrefcount ( object *self , object *args );
- static object *list_builtin_module_names ( void );
- static object *makepathobject ( char *path , int delim );
- static object *makeargvobject ( int argc , char **argv );
-